home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 August / PCWorld_2001-08_cd.bin / Software / Vyzkuste / codePad / CodePad30.exe / Syntax Definitions / css2.def < prev    next >
Text File  |  2000-11-15  |  7KB  |  293 lines

  1. object TPersHolder
  2.   P.Name = 'CSS, level 2'
  3.   P.SyntaxBlocks = <
  4.     item
  5.       Name = 'Default'
  6.       ID = 0
  7.       UseMetaSymbol = True
  8.       UseMetaToWrapLines = True
  9.       MetaSymbol = '\'
  10.       FIText = 16
  11.       FISymbol = 8
  12.       UseSymbols = True
  13.       UseComments = True
  14.       UseMultiLineComments = True
  15.       UseStrings = True
  16.       UseSingleLineStrings = True
  17.       BlockDelimiters = <>
  18.       MultiLineCommentDelimiters = <
  19.         item
  20.           FontID = 17
  21.           LeftDelimiter = '/*'
  22.           RightDelimiter = '*/'
  23.         end
  24.         item
  25.           FontID = 11
  26.           LeftDelimiter = '<!--'
  27.           RightDelimiter = '-->'
  28.         end>
  29.       SingleLineStringDelimiters = <
  30.         item
  31.           FontID = 10
  32.           LeftDelimiter = '"'
  33.           RightDelimiter = '"'
  34.         end>
  35.     end
  36.     item
  37.       Name = 'Style'
  38.       ID = 1
  39.       ParentID = 0
  40.       UseMetaSymbol = True
  41.       UseMetaToWrapLines = False
  42.       MetaSymbol = '\'
  43.       FIText = 0
  44.       FIIntNum = 1
  45.       FIFloatNum = 2
  46.       FIHexNum = 3
  47.       FISymbol = 9
  48.       UseSymbols = True
  49.       UseComments = True
  50.       UseMultiLineComments = True
  51.       UseStrings = True
  52.       UseSingleLineStrings = True
  53.       UseNumbers = True
  54.       UsePrefixedNumbers = True
  55.       UseSuffixedNumbers = True
  56.       UseMultipleNumSuffixes = False
  57.       UseKeywords = True
  58.       BlockDelimiters = <
  59.         item
  60.           LeftDelimiter = '{'
  61.           RightDelimiter = '}'
  62.           DelimitersArePartOfBlock = True
  63.         end>
  64.       MultiLineCommentDelimiters = <
  65.         item
  66.           FontID = 4
  67.           LeftDelimiter = '/*'
  68.           RightDelimiter = '*/'
  69.         end
  70.         item
  71.           FontID = 13
  72.           LeftDelimiter = '<!--'
  73.           RightDelimiter = '-->'
  74.         end>
  75.       SingleLineStringDelimiters = <
  76.         item
  77.           FontID = 5
  78.           LeftDelimiter = '"'
  79.           RightDelimiter = '"'
  80.         end
  81.         item
  82.           FontID = 6
  83.           LeftDelimiter = #39
  84.           RightDelimiter = #39
  85.         end>
  86.       NumPrefixes = <
  87.         item
  88.           LeftDelimiter = '#'
  89.         end>
  90.       NumSuffixes = <
  91.         item
  92.           LeftDelimiter = '%'
  93.         end
  94.         item
  95.           LeftDelimiter = 'em'
  96.         end
  97.         item
  98.           LeftDelimiter = 'ex'
  99.         end
  100.         item
  101.           LeftDelimiter = 'px'
  102.         end
  103.         item
  104.           LeftDelimiter = 'in'
  105.         end
  106.         item
  107.           LeftDelimiter = 'cm'
  108.         end
  109.         item
  110.           LeftDelimiter = 'mm'
  111.         end
  112.         item
  113.           LeftDelimiter = 'pt'
  114.         end
  115.         item
  116.           LeftDelimiter = 'pc'
  117.         end
  118.         item
  119.           LeftDelimiter = 'deg'
  120.         end
  121.         item
  122.           LeftDelimiter = 'grad'
  123.         end
  124.         item
  125.           LeftDelimiter = 'rad'
  126.         end
  127.         item
  128.           LeftDelimiter = 'ms'
  129.         end
  130.         item
  131.           LeftDelimiter = 's'
  132.         end
  133.         item
  134.           LeftDelimiter = 'Hz'
  135.         end
  136.         item
  137.           LeftDelimiter = 'kHz'
  138.         end
  139.         item
  140.           LeftDelimiter = 'p'
  141.         end>
  142.       KeywordSets = <
  143.         item
  144.           FontID = 7
  145.           Name = 'properties'
  146.           Keywords = 
  147.             'align,attachment,auto,background,border,bottom,clear,color,decor' +
  148.             'ation,display,family,float,font,height,image,indent,left,letter,' +
  149.             'line,list,margin,padding,position,repeat,right,size,space,spacin' +
  150.             'g,style,text,through,top,transform,type,variant,vertical,weight,' +
  151.             'white,width,word'
  152.         end>
  153.     end>
  154.   P.FontTable = <
  155.     item
  156.       FontID = 0
  157.       GlobalAttrID = 'Whitespace'
  158.       Font.Charset = DEFAULT_CHARSET
  159.       Font.Color = clBlack
  160.       Font.Height = -13
  161.       Font.Name = 'Courier New'
  162.       Font.Style = []
  163.     end
  164.     item
  165.       FontID = 1
  166.       GlobalAttrID = 'Integer'
  167.       Font.Charset = DEFAULT_CHARSET
  168.       Font.Color = clGreen
  169.       Font.Height = -13
  170.       Font.Name = 'Courier New'
  171.       Font.Style = []
  172.     end
  173.     item
  174.       FontID = 2
  175.       GlobalAttrID = 'Float'
  176.       Font.Charset = DEFAULT_CHARSET
  177.       Font.Color = clGreen
  178.       Font.Height = -13
  179.       Font.Name = 'Courier New'
  180.       Font.Style = []
  181.     end
  182.     item
  183.       FontID = 3
  184.       GlobalAttrID = 'Integer'
  185.       Font.Charset = DEFAULT_CHARSET
  186.       Font.Color = clGreen
  187.       Font.Height = -13
  188.       Font.Name = 'Courier New'
  189.       Font.Style = []
  190.     end
  191.     item
  192.       FontID = 4
  193.       GlobalAttrID = 'Comment'
  194.       Font.Charset = DEFAULT_CHARSET
  195.       Font.Color = clGray
  196.       Font.Height = -13
  197.       Font.Name = 'Courier New'
  198.       Font.Style = [fsItalic]
  199.     end
  200.     item
  201.       FontID = 5
  202.       GlobalAttrID = 'String'
  203.       Font.Charset = DEFAULT_CHARSET
  204.       Font.Color = clMaroon
  205.       Font.Height = -13
  206.       Font.Name = 'Courier New'
  207.       Font.Style = []
  208.     end
  209.     item
  210.       FontID = 6
  211.       GlobalAttrID = 'String'
  212.       Font.Charset = DEFAULT_CHARSET
  213.       Font.Color = clMaroon
  214.       Font.Height = -13
  215.       Font.Name = 'Courier New'
  216.       Font.Style = []
  217.     end
  218.     item
  219.       FontID = 7
  220.       GlobalAttrID = 'Reserved words'
  221.       Font.Charset = DEFAULT_CHARSET
  222.       Font.Color = clBlue
  223.       Font.Height = -13
  224.       Font.Name = 'Courier New'
  225.       Font.Style = [fsBold]
  226.     end
  227.     item
  228.       FontID = 16
  229.       GlobalAttrID = 'Emphasis'
  230.       Font.Charset = DEFAULT_CHARSET
  231.       Font.Color = clBlack
  232.       Font.Height = -13
  233.       Font.Name = 'Courier New'
  234.       Font.Style = [fsBold]
  235.     end
  236.     item
  237.       FontID = 17
  238.       GlobalAttrID = 'Comment'
  239.       Font.Charset = DEFAULT_CHARSET
  240.       Font.Color = clGray
  241.       Font.Height = -13
  242.       Font.Name = 'Courier New'
  243.       Font.Style = [fsItalic]
  244.     end
  245.     item
  246.       FontID = 10
  247.       GlobalAttrID = 'String'
  248.       Font.Charset = DEFAULT_CHARSET
  249.       Font.Color = clMaroon
  250.       Font.Height = -13
  251.       Font.Name = 'Courier New'
  252.       Font.Style = []
  253.     end
  254.     item
  255.       FontID = 11
  256.       GlobalAttrID = 'Comment'
  257.       Font.Charset = DEFAULT_CHARSET
  258.       Font.Color = clGray
  259.       Font.Height = -13
  260.       Font.Name = 'Courier New'
  261.       Font.Style = [fsItalic]
  262.     end
  263.     item
  264.       FontID = 13
  265.       GlobalAttrID = 'Comment'
  266.       Font.Charset = DEFAULT_CHARSET
  267.       Font.Color = clGray
  268.       Font.Height = -13
  269.       Font.Name = 'Courier New'
  270.       Font.Style = [fsItalic]
  271.     end
  272.     item
  273.       FontID = 8
  274.       GlobalAttrID = 'Emphasis'
  275.       Font.Charset = DEFAULT_CHARSET
  276.       Font.Color = clBlack
  277.       Font.Height = -13
  278.       Font.Name = 'Courier New'
  279.       Font.Style = [fsBold]
  280.     end
  281.     item
  282.       FontID = 9
  283.       GlobalAttrID = 'Delimiters'
  284.       BlockID = 1
  285.       Font.Charset = DEFAULT_CHARSET
  286.       Font.Color = clBlack
  287.       Font.Height = -13
  288.       Font.Name = 'Courier New'
  289.       Font.Style = []
  290.     end>
  291.   P.SyntaxVersion = 3
  292. end
  293.